home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / PowerMacOberon feb96 / Text / Super.Tool (.txt) < prev    next >
Encoding:
Oberon Text  |  1994-09-20  |  3.2 KB  |  87 lines  |  [TEXT/.Ob4]

  1. Syntax10.Scn.Fnt
  2. ParcElems
  3. Alloc
  4. Syntax20.Scn.Fnt
  5. PopupElems
  6. Alloc
  7. System
  8. Syntax10.Scn.Fnt
  9. System.Collect
  10. System.Directory ^
  11. System.Recall
  12. System.OpenLog
  13. System.State ^
  14. System.ShowModules
  15. System.ShowCommands ^
  16. System.Time
  17. System.Watch
  18. Syntax10.Scn.Fnt
  19. Hex.Open ^
  20. Edit.Open ^
  21. Draw.Open ^
  22. Dialog.Open ^
  23. System.Open ^
  24. System.OpenLog
  25. Print
  26. Syntax10.Scn.Fnt
  27. Edit.Print QuickDraw *
  28. Draw.Print QuickDraw *
  29. Dialog.Print QuickDraw *
  30. Fonts
  31. Syntax10.Scn.Fnt
  32. System.SetFont Syntax10.Scn.Fnt
  33. System.SetFont Courier10.Scn.Fnt
  34. System.SetFont Geneva10.Scn.Fnt
  35. System.SetFont Helvetica10.Scn.Fnt
  36. ____________________________________________________________
  37. Edit.ChangeFont Syntax10.Scn.Fnt
  38. Edit.ChangeFont Courier10.Scn.Fnt
  39. Edit.ChangeFont Geneva10.Scn.Fnt
  40. Edit.ChangeFont Helvetica10.Scn.Fnt
  41. ____________________________________________________________
  42. Edit.ChangeFont Geneva10.Scn.Fnt
  43. Edit.ChangeFont Geneva20.Scn.Fnt
  44. Edit.ChangeFont Geneva40.Scn.Fnt
  45. Edit.ChangeFont Geneva80.Scn.Fnt
  46. Edit.ChangeFont Geneva160.Scn.Fnt
  47. Syntax14.Scn.Fnt
  48. Syntax10.Scn.Fnt
  49. Edit.Show
  50. Edit.Recall
  51. Edit.Search
  52. Edit.Locate
  53. Edit.Print QuickDraw *
  54. Elems
  55. Syntax10.Scn.Fnt
  56. FoldElems.Insert
  57. FoldElems.Expand
  58. FoldElems.Collapse
  59. ______________________________
  60. ClockElems.Insert
  61. TableElems.Insert
  62. StampElems.Insert
  63. GraphicElems.Insert
  64. DialogElems.Insert
  65. Browser
  66. Syntax10.Scn.Fnt
  67. Browser.ShowDef ^
  68. Def.Show ^
  69. Compile
  70. Syntax10.Scn.Fnt
  71. Compiler.Compile *
  72. Compiler.Compile */s
  73. Compiler.Compile */d
  74. Folds.Compile *
  75. Folds.Compile */s
  76. Syntax10i.Scn.Fnt
  77. ClockElems
  78. You may wish to use text elements for creating tools with a higher functionality than plain text files.  This sample tool includes popup menus and analog clocks that behave like ordinary characters, i.e. they float in the text and can be copied and deleted.
  79. Edit a Popup-Menu by interclicking Select during Action.  Any changes you make to the menu text are propagated to the menu instantly.  The font of the Popup_Box may be changed like that of any other character, as explained above.  Insert a new Popup_Element by executing the command PopupElems.Insert "name".  It may then be opened for editing.
  80. Insert analog clocks of any size by positioning the caret and executing ClockElems.Insert with an integer parameter giving the required size.
  81. _______________________________________________________________________________________________________________________
  82.     *.Text    *.Mod    *.Tool    *.Graph    *.Obj    *.Bak    */dls
  83. _______________________________________________________________________________________________________________________
  84. System.Free ~    System.State ~
  85. System.CopyFiles => ~    System.RenameFiles => ~
  86. System.DeleteFiles ~
  87.